home *** CD-ROM | disk | FTP | other *** search
/ All About the French Know-How at E3 2000 (USA) / All About the French Know-How at E3 2000 (USA).bin / Data / 15008 / TheoBr01.cab / _2E499526000B11D48F08965B7DEAC134 < prev    next >
Text File  |  2000-03-16  |  11KB  |  425 lines

  1. <html>
  2.  
  3. <head>
  4.  
  5. <title>pour faire quoi</title>
  6.  
  7.  
  8. <link REL="stylesheet" TYPE="text/css" HREF="Style%20Sheet1.css">
  9. <script ID="clientEventHandlersJS" LANGUAGE="javascript">
  10. <!--
  11. var thistext ="";
  12. var thisinfo = "" ;
  13. function fermer_onclick() {
  14. var Obj;
  15. var strName ;
  16. var strCtl ;
  17. for( i = 0; i< document.all.length; i++)
  18. {
  19.     Obj = document.all(i) ;
  20.     strName = Obj.id ;
  21.     if( strName != "undefined" )
  22.     strCtl = strName.substr(0,4) ;
  23.     if( strCtl == "info" || strCtl == "cont" )
  24.     {
  25.         Obj.style.display = "none" ;
  26.     }
  27. }
  28. }
  29.  
  30. function aggrandir_onclick() {
  31. var Obj;
  32. var strName ;
  33. var strCtl ;
  34. for( i = 0; i< document.all.length; i++)
  35. {
  36.     Obj = document.all(i) ;
  37.     strName = Obj.id ;
  38.     if( strName != "undefined" )
  39.     strCtl = strName.substr(0,4) ;
  40.     if( strCtl == "info")
  41.     {    
  42.         if( Obj.style.display == "block" )
  43.         {    
  44.             thisinfo = strName ;
  45.             Obj.style.display = "none" ;
  46.             Obj.className = "grosseinfo" ;
  47.             
  48.         }
  49.         Obj.style.display = "none" ;
  50.     }
  51.     if( strCtl == "cont")
  52.         Obj.style.display = "none" ;
  53.     if( strCtl == "text")
  54.     {
  55.         
  56.             thistext = strName ;
  57.             Obj.style.display = "none" ;
  58.         
  59.         
  60.     }
  61.                     
  62. }
  63. document.all.item(thisinfo).style.display = "block" ;
  64. controleg.style.display = "block" ;
  65. }
  66.  
  67. function rapetisser_onclick() {
  68. var Obj;
  69. var strName ;
  70. var strCtl ;
  71. for( i = 0; i< document.all.length; i++)
  72. {
  73.     Obj = document.all(i) ;
  74.     strName = Obj.id ;
  75.     if( strName != "undefined" )
  76.     strCtl = strName.substr(0,4) ;
  77.     if( strCtl == "info")
  78.     {    
  79.         if( Obj.style.display == "block" )
  80.         {    
  81.             thisinfo = strName ;
  82.             Obj.style.display = "none" ;
  83.             Obj.className = "infotext" ;
  84.             
  85.         }
  86.         Obj.style.display = "none" ;
  87.     }
  88.     if( strCtl == "cont")
  89.         Obj.style.display = "none" ;
  90.     
  91.                     
  92. }
  93. document.all.item(thisinfo).style.display = "block" ;
  94. document.all.item(thistext).style.display = "block" ;
  95. controle.style.display = "block" ;
  96.  
  97. }
  98.  
  99. function fermerg_onclick() {
  100. var Obj;
  101. var strName ;
  102. var strCtl ;
  103. for( i = 0; i< document.all.length; i++)
  104. {
  105.     Obj = document.all(i) ;
  106.     strName = Obj.id ;
  107.     if( strName != "undefined" )
  108.     strCtl = strName.substr(0,4) ;
  109.     if( strCtl == "info"  )
  110.     {
  111.         Obj.className = "infotext" ;
  112.         Obj.style.display = "none" ;
  113.     }
  114.     if( strCtl == "cont"  )
  115.     {
  116.         Obj.style.display = "none" ;
  117.     }
  118. }
  119. document.all.item(thistext).style.display = "block" ;
  120. }
  121.  
  122. function ASRRec1_SpeechRecognized(phrase,score,action) {
  123.  
  124.  
  125.  
  126. if( score < 50)
  127.     return;
  128.  
  129. switch(action)
  130. {
  131.  
  132. /******************************************************
  133.             Navigation
  134. *******************************************************/
  135. case 1:
  136.     document.location.href = "pageprin.htm"; break ;
  137.  
  138. case 3 :
  139.     document.location.href = "qui.htm" ;break;
  140. case 4 :
  141.     document.location.href = "contacte.htm";break;
  142. case 5:
  143.     document.location.href = "aide.htm";break;
  144. case 6:
  145.     document.location.href = "nos.htm";break;
  146. case 7 :
  147.     document.location.href = "agenda.htm"; break;
  148. case 8:
  149.     document.location.href = "revues.htm";break;
  150. case 9:
  151.     document.location.href = "ensavoir.htm";break;
  152. case 10:
  153.     document.location.href = "nouvelle.htm";break;
  154. case 11:
  155.     document.location.href = "nouvelle1.htm";break;
  156. case 12:
  157.     document.location.href = "QuizzFR.htm";break;
  158. case 13:
  159.     document.location.href = "nouvelle3.htm";break;    
  160. case 29 :
  161.     document.location.href = "fabricants.htm";break;    
  162. case 100:
  163.     document.location.href = "default1.htm";break;
  164.  
  165.  
  166. /**************************************************
  167.              Commandes
  168. ****************************************************/
  169. case 14:
  170.     window.print();break;
  171. case 101:
  172.     window.history.back(1);break;
  173. case 102:
  174.     window.history.forward(1);break;
  175.     
  176. case 103 :
  177.     CommandesP.click() ;break;
  178.  
  179. case 104 :
  180.      document.location.href="defaultGB.htm" ; 
  181.      break ;
  182.  
  183.  
  184. /////////// Scrolls //////////////////////////
  185. case 105:
  186.     text1.doScroll("up");
  187.     break ;
  188. case 106:
  189.     text1.doScroll("down");
  190.     break;
  191. case 107 :
  192.     text1.doScroll("pageUp") ;
  193.     break ;
  194. case 108 :
  195.     text1.doScroll("pageDown") ;
  196. ///////////////////////////////////////////////
  197.     break ;    
  198. case 1000:
  199.     window.close();break;
  200.  
  201. }
  202. }
  203.  
  204. function CommandesP_onclick() {
  205.  info1.style.display = "block" ;
  206. }
  207.  
  208.  
  209.  
  210. //-->
  211. </script>
  212. <script LANGUAGE="javascript" FOR="ASRRec1" EVENT="SpeechRecognized(phrase, score, action)">
  213. <!--
  214.  
  215.  ASRRec1_SpeechRecognized(phrase,score,action)
  216. //-->
  217. </script>
  218. </head>
  219.  
  220. <body background="images/pourfairequoi.gif" style="BACKGROUND-REPEAT: no-repeat" LANGUAGE="javascript">
  221.  
  222. <img 
  223.      src="images/dummylogo.gif" WIDTH="139" HEIGHT="85" 
  224.       onclick="location.href='default1.htm'"
  225.       style="CURSOR: hand ; POSITION: absolute; LEFT : 620px; TOP : 490px"> 
  226.       
  227.       
  228.       
  229. <OBJECT classid="clsid:80B9E3EF-AD88-11D3-9FEB-D74ABDA2E736" id=ASRRec1 style="BACKGROUND-COLOR: #285098; LEFT: 13px; POSITION: absolute; TOP: 0px; POSITION: ABSOLUTE;" VIEWASTEXT>
  230.     <PARAM NAME="_cx" VALUE="6244">
  231.     <PARAM NAME="_cy" VALUE="2064">
  232.     <PARAM NAME="DatbaseName" VALUE="MyDb">
  233.     <PARAM NAME="ContextName" VALUE="site">
  234.     <PARAM NAME="UserName" VALUE="generic user">
  235.     <PARAM NAME="EnvName" VALUE="Win32"></OBJECT>
  236.  
  237.  
  238. <table ALIGN="left" BORDER="0" class="tab1" LANGUAGE="javascript" id="table1">
  239.   <tr>
  240.     <td BACKGROUND="images/boutonrecvoc1ro.gif" height="70" onclick="location.href='pageprin.htm'" style="BACKGROUND-REPEAT:  no-repeat; 
  241.      CURSOR: hand" onmouseover="IMG1.style.visibility = 'hidden'" onmouseout="IMG1.style.visibility='visible'">
  242.         <a style="TEXTDECORATION: none" href="pageprin.htm">
  243.         <img src="images/boutonrecvoc1.gif" border="0" id="IMG1" WIDTH="130" HEIGHT="64"></a>
  244.     </td>
  245.   </tr>
  246.   <tr>
  247.     <td>
  248.         <img src="images/boutonfq1sel.gif" border="0" id="IMG2" WIDTH="130" HEIGHT="56"> 
  249.         
  250.     </td>
  251.   </tr>
  252.   <tr>
  253.     <td BACKGROUND="images/boutonqui1ro.gif" onclick="location.href='qui.htm'" style="BACKGROUND-REPEAT:  no-repeat; CURSOR: 
  254.     hand" onmouseover="IMG3.style.visibility = 'hidden'" onmouseout="IMG3.style.visibility='visible'">
  255.     <a style="TEXTDECORATION: none" href="qui.htm">
  256.         <img src="images/boutonqui1.gif" border="0" id="IMG3" WIDTH="130" HEIGHT="55"></a>    
  257.     </td>
  258.   </tr>
  259.   <tr>
  260.     <td BACKGROUND="images/boutoncontact1ro.gif" onclick="location.href='contacte.htm'" style="BACKGROUND-REPEAT: no-repeat; CURSOR: 
  261.     hand" onmouseover="IMG4.style.visibility = 'hidden'" onmouseout="IMG4.style.visibility='visible'">
  262.     <a style="TEXTDECORATION: none" href="contacte.htm">
  263.         <img src="images/boutoncontact1.gif" border="0" id="IMG4" WIDTH="130" HEIGHT="54"></a>    
  264.     </td>
  265.   </tr>
  266.   <tr>
  267.     <td BACKGROUND="images/boutonaide1ro.gif" onclick="location.href='aide.htm'" style="BACKGROUND-REPEAT:  no-repeat; CURSOR: 
  268.     hand" onmouseover="IMG5.style.visibility = 'hidden'" onmouseout="IMG5.style.visibility='visible'">
  269.     <a style="TEXTDECORATION: none" href="aide.htm">
  270.         <img src="images/boutonaide1.gif" border="0" id="IMG5" WIDTH="130" HEIGHT="56"></a>    
  271.     </td>
  272.   </tr>
  273. </table> 
  274.  
  275. <div ID="table2" class="tab2" LANGUAGE="javascript">
  276.  
  277. <table WIDTH="100" ALIGN="left" BORDER="0" cellspacing="10" CELLPADDING="1">
  278.   <tr>
  279.     <td language="javascript" class="nav1" 
  280.         onmouseover="this.bgColor = '#FFA500' " 
  281.         onmouseout="this.bgColor = '#FFFFFF' " 
  282.         onclick="location.href='nouvelle.htm'" style="CURSOR: hand">
  283.     La navigation
  284.     </td>
  285.   </tr>
  286.   <tr>
  287.     <td language="javascript" 
  288.         class="nav1" 
  289.         onmouseover="this.bgColor = '#FFA500' " 
  290.         onmouseout="this.bgColor = '#FFFFFF' " 
  291.         onclick="location.href='nouvelle1.htm'" style="CURSOR: hand">
  292.     Recherche de donnΘes
  293.     </td>
  294.   </tr>
  295.   <tr>
  296.     <td language="javascript" 
  297.         class="nav1" 
  298.         onmouseover="this.bgColor = '#FFA500' " 
  299.         onmouseout="this.bgColor = '#FFFFFF' " 
  300.         onclick="location.href='QuizzFR.htm'" style="CURSOR: hand">
  301.      Les jeux
  302.      </td>
  303.   </tr>
  304.   <tr>
  305.     <td language="javascript" 
  306.         class="nav1" 
  307.         onmouseover="this.bgColor = '#FFA500' " 
  308.         onmouseout="this.bgColor = '#FFFFFF' " 
  309.         onclick="location.href='nouvelle3.htm'" style="CURSOR: hand">
  310.     Formation
  311.     </td>
  312.   </tr>
  313.   
  314. </table> 
  315.  
  316. </div>  
  317.  
  318. <img id="aide1" class="aidepic" src="images/aidepic.gif" WIDTH="271" HEIGHT="207"> 
  319. <div id="controle" class="infocontrole" style="DISPLAY:none">
  320.     <table>
  321.         <td id="aggrandir" LANGUAGE="javascript" onclick="return aggrandir_onclick()">
  322.             <img src="images/aggrandir.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  323.         </td>
  324.         <td id="fermer" LANGUAGE="javascript" onclick="return fermer_onclick()">
  325.             <img src="images/fermer.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  326.         </td>
  327.     </table>
  328. </div>
  329.  
  330. <div id="controleg" class="infocontroleg" style="DISPLAY:none">
  331.     <table>
  332.         <td id="rapetisser" LANGUAGE="javascript" onclick="return rapetisser_onclick()">
  333.             <img src="images/rapetisser.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  334.         </td>
  335.         <td id="fermerg" LANGUAGE="javascript" onclick="return fermerg_onclick()">
  336.             <img src="images/fermer.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  337.         </td>
  338.     </table>
  339. </div>
  340.  
  341.  
  342. <div id="text1" class="defaulttext">
  343.  
  344. La reconnaissance vocale sÆapplique α cinq grandes familles.
  345. <p></p>
  346.  
  347. <h3> LA NAVIGATION  </h3>
  348. <p></p>
  349. <ul>
  350.     <li>dans une seule application multimΘdia </li>
  351.     <li>sur le Web</li>
  352.     <li>sur Windows  </li>
  353. </ul>
  354.  
  355. <p></p>
  356.  
  357. <h3>LA COMMUNICATION </h3>
  358. <p></p>
  359. <ul>
  360.     <li>courrier Θlectronique </li>
  361.     <li>jeux, quizs</li>
  362.     <li>catalogues et aides α la vente </li>
  363.     <li>animations... </li>
  364. </ul>
  365. <p></p>
  366.  
  367. <h3> LA FORMATION </h3>
  368. <p></p>
  369. <ul>
  370.     <li> QCMsà.et dÆautres exercices, toutes matiΦres confondues </li>
  371.     <li> apprentissage de langues</li>
  372.     <li> entraεnement α la prise de parole, tests de confianceà </li>
  373. </ul>
  374. <p></p>
  375.  
  376. <h3> LA RECHERCHE DE DONNEES  </h3>
  377. <p></p>
  378. <ul>
  379.     <li> gestion du courrier, lecture des emails, liens vers dictΘes vocales </li>
  380.     <li> interrogation de donnΘes</li>
  381.     <li> gestion et traitement de donnΘesà </li>
  382. </ul>
  383. <p></p>
  384.  
  385. <h3> LES JEUX (dÆaventure et dÆΘnigmeà) </h3>
  386. <p></p>
  387. <ul>
  388.     <li> dΘplacement des personnages et des objets du jeu  </li>
  389.     <li> dialoguer avec des personnages, questions rΘponses</li>
  390. </ul>
  391. <p></p>
  392. </div>
  393. <span id="CommandesP" language="javascript" class="liencom" 
  394.          ondblclick="fermer_onclick()" onclick="return CommandesP_onclick()">
  395. <div id="info1" class="infotext" style="DISPLAY: none; FONT-SIZE: 9pt" ondblclick="fermer_onclick()"> 
  396. la reconnaissance vocale <br>
  397. pour faire quoi <br>
  398. pourquoi faire <br>
  399. qui sommes nous <br>
  400. contactez nous <br>
  401. aide <br>
  402. accueil<br>
  403. nos partenaires <br>
  404. agenda <br>
  405. en savoir plus<br>
  406. la navigation <br>
  407. les jeux <br>
  408. la formation<br>
  409. la recherche des donnΘes<br>
  410. prΘcΘdent<br>
  411. Θcran prΘcΘdent<br> 
  412. retour<br>
  413. suivant<br>Θcran suivant<br>
  414. avance<br>
  415. partenaires<br>
  416. accueil <br>
  417. commandes 
  418. possibles <br>
  419. quitter <br>
  420. fermer <br>
  421. anglais <br>
  422. </div>  
  423. </body>
  424. </html>
  425.